home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / BACKSCRL.### < prev    next >
Text File  |  1985-01-20  |  2KB  |  47 lines

  1. COMMAND:  BACKSCRL (Back Scroll)                DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Creates a variable-length circular screen buffer to permit scrolling
  4.           forward and backward through recently displayed data.
  5.  
  6. FORMAT:   BACKSCRL m,n
  7.  
  8. TYPE:     User supported software (The Kampro Group,PO Box 90654,
  9.                                    Honolulu, Hawaii 96835)
  10.  
  11. REMARKS:  m is an integer from 1-28 to specify the number of screen pages to
  12.           be buffered. Each screen takes 2000 bytes of memory.(Default=4)
  13.           n is an integer from 1-25 to specify the number of lines that will
  14.           be scrolled at one time.(Default=25)
  15.           BACKSCRL is installed as an extension to DOS from the DOS prompt or
  16.           from an AUTOEXEC.BAT file. Once installed, its action is transparent
  17.           to any application program and it can be activated at any time by
  18.           pressing Ctrl-Space Bar. The current operation is suspended and the
  19.           current screen display is saved. A number wil appear in the upper
  20.           right corner of the display indicating the number of the current line
  21.           in the screen buffer, counting from the last line. BACKSCRL only
  22.           supports 80 column text mode displays in either color or monochrome.
  23.           The following commands are available in BACKSCRL:
  24.  
  25.  
  26. Ctrl-Space Bar:    Activates the scrolling function of BACKSCRL.
  27. Ctrl-Return:       Stores the current screen in the buffer and returns to the
  28.                    current operation.
  29.  
  30. Home:              Moves the cursor up one line in the buffer.
  31. End:               Moves the cursor down one line in the buffer.
  32.  
  33. Cursor Up:         Scrolls the screen up one line at a time.
  34. Cursor Down:       Scrolls the screen down one line at a time.
  35.  
  36. Page Up:           Scrolls the buffer up one page at a time.
  37. Page Down:         Scrolls the buffer down one page at a time.
  38.  
  39. Minus (-):         Marks the beginning of a block to be printed.
  40. Plus (+):          Marks the end of a block to be printed.
  41. PrtSc:             Prints the marked block on LPT1.
  42.  
  43. Space Bar          Terminates the scrolling function. The suspended operation
  44. or Return:         is continued from the point that it was suspended.
  45.  
  46.  
  47.